Running Python Code
Python scripts and code are run/executed through terminals. The
general form of this looks like:
python <path to script>
So to run the hello_world.py
script included in this project you would use
python hello_world.py
from a terminal in the root directory of the project.